home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_3 / multireset / doc / multireset.doc next >
Text File  |  1995-12-04  |  5KB  |  112 lines

  1. MultiReset 3.0ß                  Documentation                  03-Dec-1995
  2. ---------------------------------------------------------------------------
  3.  
  4. Introduction
  5.  
  6.    Sometimes  he's very needful, the reset.  Pressing CTRL+AMIGA+AMIGA your
  7.    computer reboots.  But must be this procedure so stupid.
  8.    There  are many things that we can do here.  Multireset will show you an
  9.    other  way.  It can play samples, showing IFF-pictures and clear all the
  10.    vectors (i.e.  KickTag, KickMem and so on..).
  11.  
  12.    One problem has left:  Multireset don't run on older machines, like A500
  13.    and many A2000.
  14.  
  15. Installation and setup
  16.  
  17.    At  first copy the MultiResetPrefs-program to your PREFS-directory.  The
  18.    MultiReset-program  should be copied to the WBStartup-directory.  Before
  19.    using  MultiReset you must run the prefs-program.  It will open a little
  20.    window with many gadgets where you can configure the reset-style:
  21.  
  22.    (Gfx)                - the full path of the picture that multireset
  23.                           shows. If the gadget is empty no picture will
  24.                           be displayed. You can use all resulutions but
  25.                           IFF files only. (see screen-gadget)
  26.    (Sfx)                - the full path of the sample that multireset
  27.                           plays. You can use IFF or RAW samples here.
  28.    (Dos)                - Here you can enter a dos-command (with
  29.                           parameters) that will be executed before
  30.                           showing the picture and playing the sample.
  31.    (Log)                - Here you can specify an file for the MultiReset
  32.                           log.
  33.    (Noopen)             - If active the Open()-routine will be patched, so
  34.                           that all open-calls with newfile mode would
  35.                           be ignored.
  36.    (Nowrite)            - If active the Write()-routine will be patched,
  37.                           so that all write-calls are impossible.
  38.    (Nowait)             - No delay after playing the sample
  39.    (Time)               - variable delaytime from 0 to 10 s 
  40.    (Norexx)             - Ignore messages to the rexx-port
  41.    (Userscreen)         - If this gadget is active, multireset will
  42.                           show the picture on an own sreen. Now you can
  43.                           use HAM, EHB or HAM8 formats. Is the
  44.                           gadget disabled, you should only use pictures
  45.                           in the depth of your workbenchscreen.
  46.    (Workbench)          - Switch the workbenchscreen to front.
  47.    (Coldcapute)         - Clears the Coldcapture-vector.
  48.    (Coolcapture)        - Clears the Coolcapture-vector.
  49.    (KickTag)            - Clears the Kicktag-vector.
  50.    (KickMem)            - Clears the Kickmem-vector.
  51.    (PicPos)             - It will open a window in the size of the
  52.                           selected picture. You can move around it and
  53.                           so fix the position on the workbenchsreen.
  54.                           If you enter '-1' for the X or Y coordinate
  55.                           the picture will be automatically centered in
  56.                           the corresponding direction.
  57.    (VecPos)             - Same as PicPos, but for the little window
  58.                           that shows the vectors. Only useful when at
  59.                           least one vector should be cleared.
  60.  
  61.    Now  you  can use a second way to reset your machine with MultiReset.  I
  62.    have  added  a  simply rexxport that understand 3 commands:
  63.  
  64.    RESET        - will do the reset with all options
  65.    RESET QUICK  - will do the reset immediately, without picture and sample
  66.    REMOVE       - removes MultiReset out of the memory
  67.  
  68.    The  rexxport  is  named  'MultiReset'.  A reset via Arexx can look like
  69.    this:
  70.  
  71.    address 'MultiReset';RESET 
  72.  
  73. History    
  74.  
  75.    V 1.3  - first public release
  76.    V 1.4  - default path for sfx, fgx and dos-string
  77.    V 1.5  - internal release
  78.    V 1.6  - saving prefswindow positions
  79.    V 1.7  - bug fix: updateing gadgets
  80.           - patch Open() and Write()
  81.           - logfile
  82.    V 1.8  - delay can be switched on or off
  83.    V 1.9  - Prefs now saved in ENVARC:
  84.           - Rexx-Port added
  85.    V 2.0  - MUI-Interface
  86.    V 2.01 - new Arexx-command REMOVE
  87.           - bug fix: actions will be done if gadgets released
  88.    V 2.02 - variable delaytime (0-10s)
  89.           - prefs now in ENVARC:
  90.    V 3.0ß - Style of the prefsprogram changed
  91.           - datatypes support for pictures
  92.           - disable mousepointer during reset
  93.  
  94. About program and author
  95.  
  96.    This  little program is giftware.  If you like it, send me a litte gift.
  97.    If there are any bugs or improvements, send also to:
  98.  
  99.    eMail    : f.fenn@cross.berlinet.de
  100.    SnailMail: Frank Fenn
  101.               Raabestrasse 7
  102.               (Germany) Berlin
  103.               10405
  104.    Phone    : +49-30-39979430 (7:00 am - 3:30 pm)
  105.  
  106. Thanx to
  107.  
  108.    Stefan Stuntz          - for his great MUI(3.1)-package
  109.    Wouter van Oortmerssen - for the E-language
  110.    Mario Cattaneo         - for bugreports and hints
  111.  
  112.